How to Install rakudo software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install rakudo software package in Ubuntu 14.04 LTS (Trusty Tahr)

rakudo software package provides Perl 6 implementation on top of Parrot virtual machine, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install rakudo 

rakudo is installed in your system.

Make ensure the rakudo package were installed using the commands given below,

$ sudo dpkg-query -l | grep rakudo *

You will get with rakudo package name, version, architecture and description in a table

rakudo package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Interpreters
Package rakudo
Version 2013.12-1
Description Perl 6 implementation on top of Parrot virtual machine
Sub Section Interpreters


See Also, How to uninstall or remove rakudo software package from Ubuntu 14.04 LTS (Trusty Tahr)?